From: Dominique Belhachemi Date: Sat, 21 Feb 2026 10:59:19 +0000 (+0100) Subject: Fix FTBFS on PPC64: inlining failed in call to ‘always_inline’ X-Git-Tag: archive/raspbian/9.5.2+dfsg3-8+rpi1^2~9 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css//%22node%24level1.%24level2.html/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22node%24level1.%24level2.html/%22?a=commitdiff_plain;h=5ee56c7ccd70a62615531caad1f8bde79feacbe8;p=vtk9.git Fix FTBFS on PPC64: inlining failed in call to ‘always_inline’ Forwarded: no Last-Update: 2025-09-30 Gbp-Pq: Name 80_fix_ppc64_ftbfs.patch --- diff --git a/Common/Core/vtkDataArrayMeta.h b/Common/Core/vtkDataArrayMeta.h index 602305d3e..8c37a9689 100644 --- a/Common/Core/vtkDataArrayMeta.h +++ b/Common/Core/vtkDataArrayMeta.h @@ -32,7 +32,7 @@ #endif #if (defined(VTK_ALWAYS_OPTIMIZE_ARRAY_ITERATORS) || !defined(VTK_DEBUG_RANGE_ITERATORS)) && \ - !defined(VTK_COMPILER_MSVC) + !defined(VTK_COMPILER_MSVC) && !defined(__PPC64__) #define VTK_ITER_INLINE VTK_ALWAYS_INLINE #define VTK_ITER_ASSUME VTK_ASSUME_NO_ASSERT #define VTK_ITER_OPTIMIZE_START VTK_ALWAYS_OPTIMIZE_START